От автора
Общие сведения
Синтаксис
Ключевые слова:
const
local
static
global
public
def
end
if-else
select-case
for
while
do-repeat
break
continue
return
args
len
typeof
not
and
or
Функции API:
SE_Init()
SE_InvokeUserFunction()
SE_InvokeGlobalFunction()
SE_IntArg()
SE_FloatArg()
SE_StringArg()
SE_PointerArg()
SE_ArrayArg()
SE_SetValue()
SE_SetArray()
SE_ToIntArg()
SE_ToFloatArg()
SE_ToStringArg()
SE_ArgType()
SE_ArgsToArray()
SE_ReturnNull()
SE_ReturnInt()
SE_ReturnFloat()
SE_ReturnString()
SE_ReturnPointer()
SE_ReturnArray()
SE_AddNullArg()
SE_AddIntArg()
SE_AddFloatArg()
SE_AddStringArg()
SE_AddPointerArg()
SE_AddArrayArg()
SE_FindFunc()
SE_CreateInstance()
SE_SetInstance()
SE_UnsetInstance()
SE_LoadScriptBin()
SE_LoadScriptText()
SE_CompileScript()
SE_DeleteScript()